BACK TO LIST

Syntax:

VA1.Notify_if_no_language_match = "YES" / "NO"

Details :

If Artificial Intelligence is enabled then this specifies if the VoiceAction has to ask for current data details to be added to the Language database File if no match is found.After that its optional if you add or continue recording. Its main job is to notify that no match was found in the specfied Language File which was told to match online.

Use it during final trials only.

Example :

Private Sub Start()

VA1...

VA1..Enable_Unrecognizable_Notification = "YES"

End Sub

BACK TO LIST